• Martin Storsjö's avatar
    tests/movenc: Validate that normal muxer usage doesn't print warnings · e4f5c241
    Martin Storsjö authored
    We have test to make sure that certain configurations do print
    warnings. However, the normal operation of the muxer within this
    test always printed a warning, so those tests to check for
    extra warnings didn't essentially guard anything.
    
    The warning that always was printed, "track 1: codec frame size is
    not set" was not present in the libav fork where this testcase
    originated, it was removed in f234e8a3.
    
    Set the frame size for the audio stream to silence the warning,
    and use this frame size in a couple later calculations, and check
    that one test configuration doesn't print warnings.
    
    Setting the frame size apparently changes the rounding of a timestamp
    in the ismv muxing testcase.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    e4f5c241
Name
Last commit
Last update
..
.gitignore Loading commit data...
fifo_muxer.c Loading commit data...
imf.c Loading commit data...
movenc.c Loading commit data...
noproxy.c Loading commit data...
rtmpdh.c Loading commit data...
seek.c Loading commit data...
seek_utils.c Loading commit data...
srtp.c Loading commit data...
url.c Loading commit data...