mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 18:31:37 +00: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:
commit
5fd254c4f6
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user