Commit dd0113da authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'fee0f1de'

* commit 'fee0f1de':
  examples/decode_audio: flush the decoder
Merged-by: 's avatarClément Bœsch <cboesch@gopro.com>
parents d1105e8f fee0f1de
......@@ -170,6 +170,11 @@ int main(int argc, char **argv)
}
}
/* flush the decoder */
pkt->data = NULL;
pkt->size = 0;
decode(c, pkt, decoded_frame, outfile);
fclose(outfile);
fclose(f);
......
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