Browse Source

Merge commit 'f261e508459e28beca59868a878e1519a44bb678'

* commit 'f261e508459e28beca59868a878e1519a44bb678':
  dca: Error out on missing DSYNC

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
107a56c1ed
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/dcadec.c

+ 1
- 0
libavcodec/dcadec.c View File

@@ -1422,6 +1422,7 @@ static int dca_subsubframe(DCAContext *s, int base_channel, int block_index)
#endif
} else {
av_log(s->avctx, AV_LOG_ERROR, "Didn't get subframe DSYNC\n");
return AVERROR_INVALIDDATA;
}
}



Loading…
Cancel
Save