[FFmpeg-cvslog] ratecontrol: remove an unused variable

Anton Khirnov git at videolan.org
Wed Mar 13 01:55:10 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Sep 21 21:47:16 2011 +0200| [98cec5c84feff34e04428de4a86836a83657ae5e] | committer: Anton Khirnov

ratecontrol: remove an unused variable

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

 libavcodec/ratecontrol.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index c0e05cc..63ebeb2 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -61,7 +61,6 @@ typedef struct RateControlEntry{
  * rate control context.
  */
 typedef struct RateControlContext{
-    FILE *stats_file;
     int num_entries;              ///< number of RateControlEntries
     RateControlEntry *entry;
     double buffer_index;          ///< amount of bits in the video/audio buffer



More information about the ffmpeg-cvslog mailing list