Marcus Johnson <bumblebritches57@...> writes: > I need to seek X bytes into a file, and I'm not > sure which function will do that?
What kind of file? (For many file types, seeking X bytes makes not much sense.) You can try -skip_initial_bytes but you are probably searching for AVSEEK_FLAG_BYTE. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
