Browse code

asfdec: avoid unused variable warning.

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

Michael Niedermayer authored on 2011/11/15 09:58:13
Showing 1 changed files
... ...
@@ -812,7 +812,7 @@ static int asf_read_frame_header(AVFormatContext *s, AVIOContext *pb){
812 812
     ASFContext *asf = s->priv_data;
813 813
     int rsize = 1;
814 814
     int num = avio_r8(pb);
815
-    int64_t ts0, ts1;
815
+    av_unused int64_t ts0, ts1;
816 816
 
817 817
     asf->packet_segments--;
818 818
     asf->packet_key_frame = num >> 7;