]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mp3enc.c
avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct
[ffmpeg] / libavformat / mp3enc.c
index ce503e34738584aa8cbf81afd006614f24423045..803148f0c8c7ed364410b8d6e95f46495c70defb 100644 (file)
@@ -132,7 +132,7 @@ typedef struct MP3Context {
     int pics_to_write;
 
     /* audio packets are queued here until we get all the attached pictures */
-    AVPacketList *queue, *queue_end;
+    PacketList *queue, *queue_end;
 } MP3Context;
 
 static const uint8_t xing_offtbl[2][2] = {{32, 17}, {17, 9}};