]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eatgv.c
rtpdec_hevc: drop unnecessary check
[ffmpeg] / libavcodec / eatgv.c
index 3bc650665cffe66ad9567094be54fb16f39001f3..c400b56713b505bd055329cd9c2d2616e16decff 100644 (file)
@@ -55,7 +55,7 @@ static av_cold int tgv_decode_init(AVCodecContext *avctx)
 {
     TgvContext *s = avctx->priv_data;
     s->avctx         = avctx;
-    avctx->time_base = (AVRational){1, 15};
+    avctx->framerate = (AVRational){ 15, 1 };
     avctx->pix_fmt   = AV_PIX_FMT_PAL8;
 
     s->last_frame = av_frame_alloc();