Fix 100l pkt->pos typo.
Originally committed as revision 22217 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffplay.c
2
ffplay.c
@@ -1743,7 +1743,7 @@ static int video_thread(void *arg)
|
|||||||
#if CONFIG_AVFILTER
|
#if CONFIG_AVFILTER
|
||||||
ret = output_picture2(is, frame, pts, -1); /* fixme: unknown pos */
|
ret = output_picture2(is, frame, pts, -1); /* fixme: unknown pos */
|
||||||
#else
|
#else
|
||||||
ret = output_picture2(is, frame, pts, pkt->pos);
|
ret = output_picture2(is, frame, pts, pkt.pos);
|
||||||
av_free_packet(&pkt);
|
av_free_packet(&pkt);
|
||||||
#endif
|
#endif
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
Reference in New Issue
Block a user