Skip to content

Rename AVDemuxer::readFrame() to readPacket().

Steve Robbins requested to merge (removed):master into master

The function was mis-named and there is an existing TODO about renaming. The TODO comment also suggests to change the return from a boolean to an integer stream index. The second part will be a separate commit.

Merge request reports