You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '26a44143efb513a602542fb59aee87b1fc62af51'
* commit '26a44143efb513a602542fb59aee87b1fc62af51': avplay: remove a warning Conflicts: ffplay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
ffplay.c
2
ffplay.c
@@ -3535,7 +3535,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
av_init_packet(&flush_pkt);
|
av_init_packet(&flush_pkt);
|
||||||
flush_pkt.data = (char *)(intptr_t)"FLUSH";
|
flush_pkt.data = (uint8_t *)&flush_pkt;
|
||||||
|
|
||||||
is = stream_open(input_filename, file_iformat);
|
is = stream_open(input_filename, file_iformat);
|
||||||
if (!is) {
|
if (!is) {
|
||||||
|
Reference in New Issue
Block a user