[FFmpeg-cvslog] matroskaenc: remove a variable that's unused after bc17bd9.

Anton Khirnov git at videolan.org
Thu Mar 24 03:43:42 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar 23 11:09:34 2011 +0100| [264935c96212c922e63c1fdb3c6ebf0bfce5c45d] | committer: Ronald S. Bultje

matroskaenc: remove a variable that's unused after bc17bd9.

Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=264935c96212c922e63c1fdb3c6ebf0bfce5c45d
---

 libavformat/matroskaenc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 0ab1832..4f9bf0a 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -438,7 +438,6 @@ static int put_xiph_codecpriv(AVFormatContext *s, AVIOContext *pb, AVCodecContex
 
 static void get_aac_sample_rates(AVFormatContext *s, AVCodecContext *codec, int *sample_rate, int *output_sample_rate)
 {
-    int sri;
     MPEG4AudioConfig mp4ac;
 
     if (ff_mpeg4audio_get_config(&mp4ac, codec->extradata, codec->extradata_size) < 0) {




More information about the ffmpeg-cvslog mailing list