• wm4's avatar
    examples: demuxing: do partial audio packet decoding · 06b269da
    wm4 authored
    This assumes one audio packet is decoded one time. This is not true:
    packets can be partially decoded. Then you have to "adjust" the packet
    and pass the undecoded part of the packet to the decode function again.
    06b269da
Name
Last commit
Last update
..
Makefile Loading commit data...
README Loading commit data...
decoding_encoding.c Loading commit data...
demuxing.c Loading commit data...
filtering_audio.c Loading commit data...
filtering_video.c Loading commit data...
metadata.c Loading commit data...
muxing.c Loading commit data...
resampling_audio.c Loading commit data...
scaling_video.c Loading commit data...