Commit 5fd254c4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '26a44143'

* commit '26a44143':
  avplay: remove a warning

Conflicts:
	ffplay.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 54056c14 26a44143
......@@ -3535,7 +3535,7 @@ int main(int argc, char **argv)
}
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);
if (!is) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment