Revert "[media] docs-rst: escape [] characters"

This patch touches on places where it shouldn't: image
files and code examples. Also, it doesn't fix all array
occurrences.

So, let's revert it.

This reverts commit ffbab694ed.
This commit is contained in:
Mauro Carvalho Chehab
2016-07-13 08:43:30 -03:00
parent d2cd627be0
commit 8968da9b86
68 changed files with 188 additions and 188 deletions

View File

@@ -68,7 +68,7 @@ Example: Finding a framebuffer device for OSD
}
for (i = 0; i < 30; i++) {
char dev_name\[16\];
char dev_name[16];
struct fb_fix_screeninfo si;
snprintf(dev_name, sizeof(dev_name), "/dev/fb%u", i);