[FFmpeg-cvslog] exr: fix twin ;

Michael Niedermayer git at videolan.org
Fri Oct 12 17:58:55 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Oct 12 17:58:15 2012 +0200| [0d002de4a452c0b270364ac0424368d507629463] | committer: Michael Niedermayer

exr: fix twin ;

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

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

 libavcodec/exr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/exr.c b/libavcodec/exr.c
index 93ae4a6..6773d88 100644
--- a/libavcodec/exr.c
+++ b/libavcodec/exr.c
@@ -230,7 +230,7 @@ static int decode_frame(AVCodecContext *avctx,
     unsigned int   buf_size = avpkt->size;
     const uint8_t *buf_end  = buf + buf_size;
 
-    const AVPixFmtDescriptor *desc;;
+    const AVPixFmtDescriptor *desc;
     EXRContext *const s = avctx->priv_data;
     AVFrame *picture  = data;
     AVFrame *const p = &s->picture;



More information about the ffmpeg-cvslog mailing list