[FFmpeg-cvslog] flacdec: replace -1 with AV_SAMPLE_FMT_NONE
Paul B Mahol
git at videolan.org
Mon Oct 15 15:30:39 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Oct 15 13:26:47 2012 +0000| [5864fe62efa4aab570c25fc750d3061bd2f58978] | committer: Paul B Mahol
flacdec: replace -1 with AV_SAMPLE_FMT_NONE
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5864fe62efa4aab570c25fc750d3061bd2f58978
---
libavcodec/flacdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index 24917ab..126fc8d 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -573,5 +573,5 @@ AVCodec ff_flac_decoder = {
AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_S32,
AV_SAMPLE_FMT_S32P,
- -1 },
+ AV_SAMPLE_FMT_NONE },
};
More information about the ffmpeg-cvslog
mailing list