mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Drop unnecessary directory prefixes from #include directives.
This commit is contained in:
parent
b9c6c7cb25
commit
dc25d79f49
11 changed files with 18 additions and 16 deletions
|
|
@ -24,8 +24,8 @@
|
|||
* misc image utilities
|
||||
*/
|
||||
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "avutil.h"
|
||||
#include "pixdesc.h"
|
||||
|
||||
/**
|
||||
* Compute the max pixel step for each plane of an image with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue