]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flvenc.c
rtmp: Store all the notify messages
[ffmpeg] / libavcodec / flvenc.c
index 3010eb0e68e6b31154c697d65392a943cfd32062..5427cbcfc6eb442490f73b82d22c67b136ef5249 100644 (file)
@@ -94,7 +94,7 @@ AVCodec ff_flv_encoder = {
     .init           = ff_MPV_encode_init,
     .encode2        = ff_MPV_encode_picture,
     .close          = ff_MPV_encode_end,
-    .pix_fmts       = (const enum PixelFormat[]){ PIX_FMT_YUV420P, PIX_FMT_NONE },
+    .pix_fmts       = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE },
     .long_name      = NULL_IF_CONFIG_SMALL("FLV / Sorenson Spark / Sorenson H.263 (Flash Video)"),
     .priv_class     = &flv_class,
 };