]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/c93.c
matroskadec: after seeking, skip up to the desired timestamp instead of
[ffmpeg] / libavformat / c93.c
index be1577b8c85bee04a29681e82dde6bf84177b535..c377f4daba6f7dd90b8aa9a0f36fabdb5dbdd09c 100644 (file)
@@ -84,7 +84,7 @@ static int read_header(AVFormatContext *s,
     video->codec->width = 320;
     video->codec->height = 192;
     /* 4:3 320x200 with 8 empty lines */
-    video->codec->sample_aspect_ratio = (AVRational) { 5, 6 };
+    video->sample_aspect_ratio = (AVRational) { 5, 6 };
     video->time_base = (AVRational) { 2, 25 };
     video->nb_frames = framecount;
     video->duration = framecount;