[FFmpeg-cvslog] prores_anatoliy: remove unused variable from prores_encode_frame()

Michael Niedermayer git at videolan.org
Thu Mar 8 23:20:00 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar  8 23:04:22 2012 +0100| [4916a8fc44e8bb0c3e6bd8619b4b5b87b75bbb71] | committer: Michael Niedermayer

prores_anatoliy: remove unused variable from prores_encode_frame()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/proresenc_anatoliy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
index 1d85b1d..f0cc4f5 100644
--- a/libavcodec/proresenc_anatoliy.c
+++ b/libavcodec/proresenc_anatoliy.c
@@ -487,7 +487,6 @@ static int prores_encode_picture(AVCodecContext *avctx, AVFrame *pic,
 static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
                                const AVFrame *pict, int *got_packet)
 {
-    ProresContext* ctx = avctx->priv_data;
     int header_size = 148;
     uint8_t *buf;
     int pic_size, ret;



More information about the ffmpeg-cvslog mailing list