diff mtv.c @ 6248:e630da0f5861 libavformat

Add av_ prefix to bswap macros
author mru
date Sat, 10 Jul 2010 22:12:30 +0000
parents e46f8cc350ef
children
line wrap: on
line diff
--- a/mtv.c	Sat Jul 10 22:09:01 2010 +0000
+++ b/mtv.c	Sat Jul 10 22:12:30 2010 +0000
@@ -188,7 +188,7 @@
          */
 
         for(i=0;i<mtv->img_segment_size/2;i++)
-            *((uint16_t *)pkt->data+i) = bswap_16(*((uint16_t *)pkt->data+i));
+            *((uint16_t *)pkt->data+i) = av_bswap16(*((uint16_t *)pkt->data+i));
 #endif
         pkt->stream_index = VIDEO_SID;
     }